home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Linkage problem
- Sent: 7/23/96 8:37 AM
- Received: 7/23/96 8:51 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >>Link Error : undefined 'main' (code)
- >>Referenced from '__start' in MWCRuntime.Lib
- >>
-
- This error is usally due to the fact that you don't have a
- <MyProject>.exp file. CodeWarrior automatically generates one and you get
- this error. Look at any ODF sample to see what the .exp file is supposed
- to be.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-